Esx Hosts HostHardwareInfo
The Esx Hosts HostHardwareInfo schema contains properties to describe the host's hardware specifications like vendor, model, family and oem string.
This schema was added in vSphere API 9.0.0.0.
{
"vendor": "string",
"models": [
"string"
],
"families": [
"string"
],
"oem_strings": [
"string"
]
}
Host's vendor name. Maps to "Manufacturer" in SMBIOS: System Information (Type 1) and offset 04h
This property was added in vSphere API 9.0.0.0.
Host's model name.
This property was added in vSphere API 9.0.0.0.
If missing or null
, model name will not be used for image selection Maps to "Product Name" in SMBIOS: System Information (Type 1) and offset 05h
Host's family name.
This property was added in vSphere API 9.0.0.0.
If missing or null
, family name will not be used for image selection Maps to "Family" in SMBIOS: System Information (Type 1) and offset 1Ah
Host's OEM string.
This property was added in vSphere API 9.0.0.0.
If missing or null
, oem string will not be used for image selection Maps to SMBIOS: OEM Strings (Type 11)